/*
* @Author: jason
* @Date:   2017-04-08 21:08:57
* @Last Modified by:   jason
* @Last Modified time: 2017-06-13 10:17:37
*/
@charset "utf-8";

/********************
common
********************/
/* width */
.w1280 { width: 1280px; }

/* head */
.hd-main {
  height: 28px;
  margin-bottom: 30px;
  line-height: 1;
}
.hd-main h2 {
  position: relative;
  float: left;
  height: 28px;
  font-size: 15px;
  font-weight: normal;
  color: #333;
}
.hd-main h2 span {
  margin-left: 6px;
  color: #bfd3df;
}
.hd-main h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #0a82cb;
}
.hd-main .tab { float: right; }
.hd-main .tab li {
  float: left;
  margin-left: 7px;
  padding-left: 13px;
  font-size: 13px;
  background: url('../images/tab_bg.png') no-repeat left center;
}
.hd-main .tab li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
.hd-main .tab li.on a { color: #0a82cb; }
.hd-main .arrow { float: right; }
.hd-main .arrow .prev,
.hd-main .arrow .next {
  float: left;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  background: url('../images/hd_arrow.png') no-repeat #cfcfcf;
}
.hd-main .arrow .prev { background-position: left top; }
.hd-main .arrow .next { background-position: right bottom; }
.hd-main .arrow .prev:hover,
.hd-main .arrow .next:hover { background-color: #0a82cb; }
.hd-main .arrow .prev:hover { background-position: right top; }
.hd-main .arrow .next:hover { background-position: left bottom; }

/* btn-more */
.btn-more {
  position: relative;
  display: block;
  text-align: center;
}
.btn-more span {
  position: relative;
  z-index: 2;
  -webkit-transition: none;
          transition: none;
}
.btn-more s {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-more .s1 {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.btn-more .s2 { background-color: #0a82cb; }
.btn-more:hover { color: #fff; }
.btn-more:hover .s2 { width: 100%; }

/********************
modular
********************/
/* mod-slide */
.mod-slide .bd,
.mod-slide .bd li {
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
}
.mod-slide,
.mod-slide .bd,
.mod-slide .bd li,
.mod-slide .bd img { height: 400px; }
.mod-slide {
  position: relative;
  z-index: 1;
}
.mod-slide .prev,
.mod-slide .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 68px;
  margin-top: -34px;
  background: url('../images/slide_arrow.png') no-repeat;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, .2);
}
.mod-slide .prev {
  left: -48px;
  background-position: left top;
}
.mod-slide .next {
  right: -48px;
  background-position: right bottom;
}
.mod-slide .prev:hover,
.mod-slide .next:hover {
  background-color: #666;
  background-color: rgba(0, 0, 0, .6);
}
.mod-slide .prev:hover { background-position: right top; }
.mod-slide .next:hover { background-position: left bottom; }
.mod-slide .hd {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 13px;
  line-height: 0;
  text-align: center;
}
.mod-slide .hd span {
  display: inline-block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .7);
}
.mod-slide .hd span.on { background-color: #75b7e4; }
.mod-slide .bd {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-slide .bd li {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.mod-slide .bd li a {
  display: block;
  height: 100%;
}
.mod-slide .news-about {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 45px;
  background-color: #666;
  background-color: rgba(0, 0, 0, .6);
}
.mod-slide .news-about .w {
  position: relative;
  height: 100%;
  padding: 7px 220px 0 175px;
  box-sizing: border-box;
}
.mod-slide .news-about .notice {
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
}
.mod-slide .news-about .notice a {
  color: #fff;
}
.mod-slide .news-about .notice p:hover,
.mod-slide .news-about .notice a:hover {
  color: #7beeff;
}
.mod-slide .news-about .notice li {
  position: relative;
  width: 400px;
  height: 30px;
  overflow: hidden;
  padding-right: 100px;
}
.mod-slide .news-about .notice .date {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.mod-slide .news-about .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 100%;
  font-size: 15px;
  line-height: 45px;
  color: #fff;
}
.mod-slide .news-about .label i { font-family: Arial; }
.mod-slide .news-about .label:after {
  position: absolute;
  top: 13px;
  right: 0;
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/news_about_arrow.png') no-repeat;
}
.mod-slide .news-about .label span {
  font-size: 14px;
  color: #7beeff;
}
.mod-slide .news-about .about {
  position: absolute;
  top: -22px;
  right: 0;
  width: 180px;
  height: 45px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background-color: #81ceff;
  background-color: rgba(45, 173, 255, .6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-slide .news-about .about:before {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 28px;
  height: 28px;
  content: '';
  background: url('../images/news_about_icon.png') no-repeat;
}
.mod-slide .news-about .about:after {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/news_about_arrow.png') no-repeat;
}
.mod-slide .news-about .about:hover {
  text-decoration: underline;
}

/* mod-quicklink */
.mod-quicklink {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  background-color: #f6fbff;
}
.mod-quicklink .prev,
.mod-quicklink .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background: url('../images/quicklink_arrow.png') no-repeat #e7f2fb;
}
.mod-quicklink .prev {
  left: -68px;
  background-position: left top;
}
.mod-quicklink .next {
  right: -68px;
  background-position: right bottom;
}
.mod-quicklink .prev:hover,
.mod-quicklink .next:hover { background-color: #75b7e4; }
.mod-quicklink .prev:hover { background-position: right top; }
.mod-quicklink .next:hover { background-position: left bottom; }
.mod-quicklink .cont {
  height: 158px;
  overflow: hidden;
}
.mod-quicklink .cont ul { width: 1235px; }
.mod-quicklink .cont li {
  position: relative;
  float: left;
  width: 250px;
  padding-left: 120px;
  padding-right: 35px;
}
.mod-quicklink .cont li .icon {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 96px;
  height: 96px;
  border: 2px solid #bfd3df;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 53% auto;
}
.mod-quicklink .cont li:hover .icon {
  border-color: #75b7e4;
  background-color: #fff;
  -webkit-animation: rotate 1s 1;
          animation: rotate 1s 1;
}
.mod-quicklink .cont li h4 {
  height: 30px;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
}
.mod-quicklink .cont li p {
  height: 72px;
  overflow: hidden;
  font-size: 13px;
}
.mod-quicklink .cont li .btn-more {
  width: 100px;
  height: 38px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 38px;
}

/* mod-about */
.mod-about {
  float: left;
  width: 352px;
}
.mod-about .image,
.mod-about .image img {
  width: 352px;
  height: 122px;
}
.mod-about .image { 
  margin-bottom: 20px; 
  background-color: #fff; 
}
.mod-about .image img { border-radius: 5px; }
.mod-about .text {
  max-height: 90px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 30px;
  text-indent: 2em;
  overflow: hidden;
}
.mod-about .more {
  padding-right: 18px;
  font-size: 13px;
  line-height: 1;
  background: url('../images/about_more_icon.png') no-repeat right center;
}

/* mod-news */
.mod-news {
  float: left;
  width: 578px;
  padding: 0 50px;
}
.mod-news .topic {
  height: 122px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mod-news .topic .image,
.mod-news .topic .image img {
  width: 182px;
  height: 122px;
}
.mod-news .topic .image {
  float: left;
  margin-right: 15px;
}
.mod-news .topic h4 {
  height: 35px;
  overflow: hidden;
  font-size: 15px;
  line-height: 35px;
}
.mod-news .topic .date {
  margin: 5px 0;
  color: #999;
}
.mod-news .topic .desc {
  height: 48px;
  overflow: hidden;
  font-size: 13px;
}
.mod-news .bd li {
  position: relative;
  height: 30px;
  padding-left: 30px;
  overflow: hidden;
  font-size: 13px;
  line-height: 30px;
}
.mod-news .bd li:before,
.mod-news .bd li:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 5px;
  margin-top: -3px;
  background-color: #666;
}
.mod-news .bd li:after {
  width: 0;
  background-color: #0a82cb;
}
.mod-news .bd li:hover:after { width: 15px; }
.mod-news .bd li span {
  float: right;
  font-size: 12px;
  color: #999;
}

/* mod-quick */
.mod-quick {
  float: right;
  width: 150px;
  background-color: #b5d4e5;
}
.mod-quick a {
  display: block;
  overflow: hidden;
  width: 150px;
  height: 160px;
  text-align: center;
  background: url('../images/quick_icon.png') no-repeat;
}
.mod-quick a p {
  margin-top: 100px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.mod-quick a.search {
  background-position: center top;
  background-color: #93bfd7;
}
.mod-quick a.hr { background-position: center bottom; }
.mod-quick a:hover { background-color: #75b7e4; }

/* mod-product */
.mod-product {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #f6fbff;
}
.mod-product .bd li {
  float: left;
  width: 360px;
  padding-right: 50px;
  padding-bottom: 30px;
}
.mod-product .bd li .image {
  float: left;
  width: 158px;
  height: 158px;
  padding: 1px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
}
.mod-product .bd li .image table,
.mod-product .bd li .image td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.mod-product .bd li .image img {
  max-width: 156px;
  max-height: 156px;
  margin: 0 auto;
  border-radius: 10px;
}
.mod-product .bd li .image:hover { border-color: #75b7e4; }
.mod-product .bd li .cont { margin-left: 177px; }
.mod-product .bd li h4 {
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
}
.mod-product .bd li p {
  height: 72px;
  overflow: hidden;
  font-size: 13px;
  word-wrap: break-word;
}
.mod-product .bd li .btn-more {
  width: 90px;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
}

/* mod-case */
.mod-case .bd {
  height: 268px;
  overflow: hidden;
  margin-bottom: 60px;
}
.mod-case li {
  float: left;
  width: 265px;
  padding-right: 40px;
}
.mod-case li .image,
.mod-case li .image img {
  width: 265px;
  height: 200px;
}
.mod-case li .image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mod-case li .cont {
  padding: 10px 15px;
  background-color: #edf4f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mod-case li .cont h4 {
  height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}
.mod-case li .cont p {
  height: 24px;
  overflow: hidden;
  font-size: 13px;
  color: #666;
}
.mod-case li a:hover .cont { background-color: #0a82cb; }
.mod-case li a:hover .cont h4,
.mod-case li a:hover .cont p { color: #fff; }

/* mod-partner */
.mod-partner .bd {
  position: relative;
  height: 70px;
  padding: 0 60px;
  overflow: hidden;
}
.mod-partner .bd .prev,
.mod-partner .bd .next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 48px;
  margin-top: -24px;
  background: url('../images/partner_arrow.png') no-repeat #cfcfcf;
}
.mod-partner .bd .prev {
  left: 0;
  background-position: left top;
}
.mod-partner .bd .next {
  right: 0;
  background-position: right bottom;
}
.mod-partner .bd .prev:hover,
.mod-partner .bd .next:hover { background-color: #0a82cb; }
.mod-partner .bd .prev:hover { background-position: right top; }
.mod-partner .bd .next:hover { background-position: left bottom; }
.mod-partner .bd .cont {
  width: 100%;
  overflow: hidden;
}
.mod-partner .bd li {
  float: left;
  width: 188px;
  padding-right: 30px;
}
.mod-partner .bd li .image,
.mod-partner .bd li .image img {
  width: 186px;
  height: 68px;
}
.mod-partner .bd li .image { border: 1px solid #e5e5e5; }
.mod-partner .bd li .image:hover { border-color: #75b7e4; }